home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / THEMES / PYRAMIDS / FACTBOOK / PROJECTO.R / PROJECTO.DIR 2 21 art / 00005.ls < prev    next >
Encoding:
Text File  |  1996-02-21  |  296 b   |  14 lines

  1. on enterFrame
  2.   global gIntroPageVisited
  3.   if gIntroPageVisited = "True" then
  4.     pauseTicks(130)
  5.     puppetTransition(52, 2, 8, 1)
  6.     set gIntroPageVisited to "True"
  7.     go("Chapter1")
  8.   else
  9.     puppetTransition(52, 2, 8, 1)
  10.     set gIntroPageVisited to "True"
  11.     go("Chapter1")
  12.   end if
  13. end
  14.